-- background: 52392 from stack: in -- bmap block id: 52835 -- flags: 0000 -- background id: 0 -- name: Student Details ----- HyperTalk script ----- on openBackground global interactiveDemo installMenuBar 1170,1171,1172,1173,1174,1175 if interactiveDemo then show card field "Instructions" end if put false into interactiveDemo end openBackground on doMenu menuItem if menuItem contains "About" then lock screen restoreMenuBar go to card short name of this background of background "About" unlock screen with zoom close else if menuItem is "Home" then restoreMenuBar go home else if menuItem contains "Quit" then lock screen restoreMenuBar false go to card "Mac School® Shell" unlock screen with zoom close else if menuItem is "New Student…" then push card go to background "Student Details tabs" else if (menuItem is "Open…" OR menuItem is "Close" OR menuItem is "Import Students…" OR menuItem is "Page Setup…" OR menuItem is "Undo" OR menuItem is "Cut" OR menuItem is "Copy" OR menuItem is "Paste" OR menuItem is "Clear") then -- do nothing end if end doMenu -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=93 top=47 right=61 bottom=127 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Active Students -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=420 top=47 right=61 bottom=497 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Date -- part 3 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=105 top=77 right=295 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Number -- part 4 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=153 top=77 right=295 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Name -- part 5 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=389 top=77 right=295 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Grade -- part 6 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=417 top=77 right=295 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Status -- part 7 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=459 top=77 right=295 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Select